Crate sp_keystore[−][src]
Keystore traits
Modules
testing | Types that should only be used for testing! |
vrf | VRF-specifc data types and helpers |
Structs
KeystoreExt | The keystore extension to register/retrieve from the externalities. |
Enums
Error | CryptoStore error |
Traits
CryptoStore | Something that generates, stores and provides access to keys. |
SyncCryptoStore | Sync version of the CryptoStore |
Type Definitions
SyncCryptoStorePtr | A pointer to a keystore. |